Skip to content

solve seed issue#1

Open
sebacea wants to merge 1 commit intokindlyops:masterfrom
sebacea:patch-1
Open

solve seed issue#1
sebacea wants to merge 1 commit intokindlyops:masterfrom
sebacea:patch-1

Conversation

@sebacea
Copy link

@sebacea sebacea commented Oct 12, 2021

Still obtaining error

/usr/local/lib/python3.7/dist-packages/pymc3/backends/report.py in _run_convergence_checks(self, idata, model)
    139 
    140         warnings = []
--> 141         rhat_max = max(val.max() for val in rhat.values())
    142         if rhat_max > 1.4:
    143             msg = (

ValueError: max() arg is an empty sequence

Still obtaining error 

```{python}
/usr/local/lib/python3.7/dist-packages/pymc3/backends/report.py in _run_convergence_checks(self, idata, model)
    139 
    140         warnings = []
--> 141         rhat_max = max(val.max() for val in rhat.values())
    142         if rhat_max > 1.4:
    143             msg = (

ValueError: max() arg is an empty sequence
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant